github.com/klauspost/compress/huff0.bitReaderBytes.peekByteFast (method)
4 uses
github.com/klauspost/compress/huff0 (current package)
bitreader.go#L52: func (b *bitReaderBytes) peekByteFast() uint8 {
decompress.go#L524: v := dt[br.peekByteFast()>>shift]
decompress.go#L608: v := dt[br.peekByteFast()]
decompress.go#L1066: v := single[br.peekByteFast()].entry
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |